home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Thread Manager / Sample Applications / 68k Examples / Single Intersection Threads / RApplication.r < prev    next >
Encoding:
Text File  |  1994-11-17  |  1004 b   |  27 lines  |  [TEXT/MPS ]

  1. //–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
  2. //
  3. //    PROJECT:        Threads Traffic Simulation
  4. //    
  5. //    FILE:            RApplication.r
  6. //    
  7. //    LANGUAGE:        MPW Rez
  8. //        
  9. //    DESCRIPTION:    This is where all the resources for the application are stored and any
  10. //                    references to external resource files is included.
  11. //        
  12. //    AUTHOR(S):        William H. Knott
  13. //                    Apple Computer
  14. //                    Cupertino, CA  95014
  15. //                    AppleLink : KNOTT
  16. //    
  17. //    VERSION(S):        1.0        31-Jun-92    WHK    Brand New Today.
  18. //
  19. //–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––}
  20. // The resources for the application are stored in the RApplication.rsrc file
  21. // rather then being derezed in here.  The reason for this is increased portability
  22. // for those using Think Pascal and easier resource modification by being able to 
  23. // use ResEdit to modify the application resources directly.
  24.  
  25. include "RApplication.rsrc";        // include the ResEdit format resource file.
  26.  
  27.